Last updated: May 2026. This document covers how Secure-Smart-Sync handles data, what it stores, and the terms under which it is distributed.
Secure-Smart-Sync reads files from your Obsidian vault in order to sync them. It also reads and writes a small local SQLite database (stored inside your Obsidian config directory) to track sync state. This database contains only file paths, sizes, timestamps, and checksums — no file contents.
The only outbound network calls are:
sss-relay.xsen1947.workers.dev) — used only during device pairing. The relay transfers an end-to-end encrypted credential bundle between devices. The relay server never sees the plaintext credentials. Relay data is ephemeral and deleted after the pairing code expires.The plugin stores the following locally within your Obsidian vault's config directory:
Secure-Smart-Sync integrates with the following external services, each governed by their own privacy policies:
| Service | Purpose | Data sent |
|---|---|---|
| Cloudflare R2 | File storage | Encrypted file blobs, file paths (encrypted if rclone method is used) |
| SSS Relay (Cloudflare Worker) | Device pairing only | End-to-end encrypted credential bundle, valid for 10 minutes |
The relay is open-source and self-hostable. See github.com/xensenx/sss-relay. You can deploy your own instance and point SSS to it under Advanced settings.
Secure-Smart-Sync is fully open source. Every claim made on this page can be verified by reading the source code directly. No part of the codebase is obfuscated or hidden.
View the source on GitHub
Secure-Smart-Sync is distributed under the MIT License.
MIT License
Copyright (c) 2024 Sen (github.com/xensenx)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
If this policy changes materially, an update will be noted in the plugin's release notes on GitHub. Continued use of the plugin after a policy update constitutes acceptance of the revised terms.
Questions or concerns? Contact Sen at xsen1947@gmail.com.